home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Dial-in PPP Accounts</H2>
- <P>
- This form allows you to add support for other systems to connect to
- the Internet Gateway by means of a modem or ISDN, running PPP over the
- line. This form adds a line for the new account to the <VAR>/etc/passwd</VAR>
- file and modifies the <VAR>/etc/ppp.conf</VAR> with parameters for this
- connection.
- <P>
- Use the Dial-in PPP Accounts form to set the following parameters:
- <P>
- <STRONG>Add New Account</STRONG> This field specifies the name of the
- account that will be used for PPP connections. Enter a login name for
- the new account and click the <VAR> Add New Account</VAR> button to
- display the Add New Dial-in PPP Account form. When you complete this
- form, click the <VAR>Ok</VAR> button to put the changes in effect.
- </P>
- (Default value: none)
- <P>
- <STRONG>Edit Selected Account</STRONG> This list contains the names of
- all current PPP accounts (the list is empty if you have no accounts).
- Select a login name in the list to display the Edit PPP Accounts form.
- When you complete the form, click the <VAR>Ok</VAR> button to put your
- changes in effect.
- </P>
- (Default value: none)
- <P>
- <STRONG>Delete Selected Account</STRONG> Select an account name in the
- list and click this button to remove the name from the list. You must
- click the <VAR>Ok</VAR> button to put your changes in effect.
- </P>
- (Default value: none)
- <P>
- <STRONG>Login name:</STRONG> This is the login name that the remote system
- must specify to open a connection to this system. Enter a login name; do not
- include spaces or punctuations in your entry. Your entry must contain no more
- than eight letters.
- </P>
- (Default value: none)
- <P>
- <STRONG>Password: and (Password again):</STRONG> Enter a password for
- this account; then, enter the identical password in the entry field below to
- verify that your original entry is not misspelled. Passwords should contain
- six to eight characters: a minimum of two alphabetic characters and at
- least one numeric or special character. The password should contain at
- least three characters that are different from the login name.
- </P>
- (Default value: none)
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-